From 2f11b87c66a8f697371d7f249dfbdd14f53a0fbc Mon Sep 17 00:00:00 2001 From: "cl349@freefall.cl.cam.ac.uk" Date: Thu, 28 Oct 2004 17:23:36 +0000 Subject: [PATCH] bitkeeper revision 1.1159.139.1 (41812b181BAMhNMp1vcdcr5-TskWOA) Update to Linux 2.6.9. --- linux-2.6.9-xen-sparse/arch/xen/i386/kernel/vmlinux.lds.S | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/linux-2.6.9-xen-sparse/arch/xen/i386/kernel/vmlinux.lds.S b/linux-2.6.9-xen-sparse/arch/xen/i386/kernel/vmlinux.lds.S index 829f1c91d8..e0512cc8be 100644 --- a/linux-2.6.9-xen-sparse/arch/xen/i386/kernel/vmlinux.lds.S +++ b/linux-2.6.9-xen-sparse/arch/xen/i386/kernel/vmlinux.lds.S @@ -4,6 +4,7 @@ #include #include +#include OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386") OUTPUT_ARCH(i386) @@ -11,12 +12,13 @@ ENTRY(startup_32) jiffies = jiffies_64; SECTIONS { - . = 0xC0000000 + 0x100000; + . = __PAGE_OFFSET + 0x100000; /* read-only */ _text = .; /* Text and read-only data */ .text : { *(.text) SCHED_TEXT + LOCK_TEXT *(.fixup) *(.gnu.warning) } = 0x9090 @@ -66,9 +68,6 @@ SECTIONS __setup_start = .; .init.setup : { *(.init.setup) } __setup_end = .; - __start___param = .; - __param : { *(__param) } - __stop___param = .; __initcall_start = .; .initcall.init : { *(.initcall1.init) -- 2.30.2